home *** CD-ROM | disk | FTP | other *** search
- NetTalkThinker = {
- ACTIONS = {
- showInfoPanel:;
- openTalk:;
- appDidInit:;
- showRequestPanel:;
- };
- OUTLETS = {
- myServer;
- newWindow;
- clientList;
- requestPanel;
- remoteHub;
- infoPanel;
- };
- SUPERCLASS = Object;
- };
- TextClone = {
- OUTLETS = {
- realText;
- };
- SUPERCLASS = View;
- };
- ServerText = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = UndoText;
- };
- SharedText = {
- OUTLETS = {
- scroller;
- };
- SUPERCLASS = Text;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ClientText = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = Text;
- };
- ClientScroller = {
- SUPERCLASS = ScrollView;
- };
- TalkController = {
- ACTIONS = {
- };
- OUTLETS = {
- splitView;
- scrollText;
- firstText;
- };
- SUPERCLASS = Object;
- };
- UndoText = {
- ACTIONS = {
- clear:;
- pasteRuler:;
- unscript:;
- pasteFont:;
- changeFont:;
- superscript:;
- subscript:;
- cut:;
- delete:;
- paste:;
- underline:;
- };
- OUTLETS = {
- };
- SUPERCLASS = Text;
- };
-